Blitz library 'blitzlibs:userlibs/MiniMildred.obj' (#16) MMc2pRowLacing State.b ; Toggle row-lacing in c2p On/Off. NonZero=On MMc2pColumnLacing State.b ; Toggle column-lacing in c2p On/Off MMc2pRowToggle ; Toggle c2p row lacing between Even/Odd rows MMc2pColumnToggle ; Toggle c2p column lacing between Even/Odd columns MMc2pToggleSingle ; Toggle c2p lacing for single-buffered display MMc2pToggleDouble Buf.b ; 0 or 1. Toggle c2p lacing for double-buffered display MMc2pToggleTriple Buf.b ; 0, 1 or 2. Toggle c2p lacing for triple-buffered display MMc2pToggle Buffers.b,Buf.b ; 1, 2 or 3, and 0, 1 or 2. Toggle c2p lacing. MM040c2pUsage Status.b ; On/Off - Availability of 040 c2p. Overrides Mc2pCPUmode MMc2pCPUmode CPU.b ; Set cpu c2p uses. Use Blitz's `Processor'. <4=030-, 4=040+ MMc2pWindow c2pWindow#.w,OpWidth.w,OpHeight.w[,SourceBWidth.w[,Processor.b],PlanarWidth.w,PlanarHeight.w] MMc2pWindowWidth (c2pWindowNumber.w) ; Returns width of c2pWindow MMc2pWindowHeight (c2pWindowNumber.w) ; Returns height of c2pWindow MMc2pWindowNewHeight c2pWindow#.w,NewHeight.w ; Change height of already defined c2p object MMc2p c2pWindow#.w,Chunky.l,Planar.l ; Convert chunky to planar (Use Mc2pWindow first) MMReservec2pWindows [(]NumberOfWindows.w[)] ; Reserve structure-memory for c2pWindows MMFreec2pWindows [Firstc2pWindow.w,Lastc2pWindow.w] ; Free/delete all/range of c2pwindows MMFreec2pWindow Free/delete a pre-existing c2pWindow MMAddrc2pWindow (c2pWindowNumer.w} ; Returns address of c2pWindow structure MMUsec2pWindows Mainc2pWindowNum.w[,Secondc2pWindowNum.w[,Thirdc2pWindowNum.w]] ; Current to use MMUsec2pWindow c2pWindowNumber.w ; Current to use MMUsedc2pWindow ; Returns currently used c2pWindow MMAutoUsec2pWindows True/False ; Automatically `use' new c2pWindows. <>0=True MMCopyc2pWindow Sourcec2pWindow.w,Destc2pWindow.w ; Copy definition-data only MMGenericPtr Xpos.w,Ypos.w,BaseAddress.l,RowWidth.w ; Calculate and return address based on inputs